Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Nerdbank.GitVersioning to v3.5.104 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Nerdbank.GitVersioning nuget minor 3.4.142-* -> 3.5.104

Release Notes

dotnet/Nerdbank.GitVersioning

v3.5.104

Changes:

  • #​752: Define more empty targets for VSIX projects

This list of changes was auto generated.

v3.5.103

Changes:

Fixes:
  • #​728: Fix NullReferenceException thrown when PATH is empty/missing
  • #​726: File Output Has the Same Entries Multiple Times
Enhancements:
  • #​723: Include all four version components in the cloud build number if three or more components are set in the version file
Breaking changes:
  • As part of adding support for MSBuild's static graph feature, we changed the way Nerdbank.GitVersioning invokes itself for shared version calculations during the build. This means that if you have build targets that process ProjectReference items in a way we haven't tested with, then you might see a build error such as #​751 ("PrivateP2PCaching.proj : error MSB4057: The target "x" does not exist in the project."). Please report such errors as new issues for each unique target that cannot be found, and apply the workaround prescribed in #​751 to unblock yourself.
Others:
  • #​748: Stabilize tests against different default branch names
  • #​738: Update npm dependencies and enable dependabot
  • #​729: Merge v3.4 to master
  • #​727: GitHub actions file output has redundant entries
  • #​721: Set Platform=AnyCPU on inner P2P to satisfy MSBuild platform negotiation
  • #​719: Add 'precision' setting for the NuGet package version
  • #​715: "more than one project"
  • #​714: Fixes typos and grammar in nbgv-cli.md

v3.4.255

Changes:

Breaking changes:
Fixes:
  • #​682: Fixes nbgv get-commits to require version matching
  • #​693: Fixed typo in ParentEnumerator.MoveNext and added corresponding tests
  • #​700: Suppress CA2243 in generated AssemblyInfo file
Enhancements:
  • #​704: Update schema to encourage 3-4 component assembly versions as well

v3.4.244

Changes:

Fixes:
  • #​630: NBGV sets cloudBuild.buildNumber to null, but this violates the JSON schema
Others:
  • #​675: Add retry to SetCloudBuildVariable method in VisualStudioTeamServices
  • #​669: Suppress cloudBuild.buildNumber: null being written for nbgv prepare-release

This list of changes was auto generated.

v3.4.240

Changes:

Fixes:
  • #​588: nbgv install broken
  • #​658: Version height calculated differently in 3.4 with new git backend
Others:
  • #​659: Count merge commits in path filtered height if any parent changed it
  • #​660: Fix nbgv dependencies
  • #​644: Apply is null pattern and analyzer

This list of changes was auto generated.

v3.4.231

Changes:

Fixes:
  • #​634: Fix bugs with > 2 GB pack files

This list of changes was auto generated.

v3.4.228

Changes:

Fixes
  • #​584: IOException when building from mapping pack files into memory
Other work:
  • #​632: Run 32-bit tests
  • #​633: Update libgit2sharp to 0.27.0-preview-0102

This list of changes was auto generated.

v3.4.220

Changes:

Fixes:
  • #​615: Versions after v3.3.37 doesn't work on Windows 7
  • #​619: GitException thrown in ZLibStream

This list of changes was auto generated.

v3.4.216

Changes:

Fixes:
  • #​602: Regression: Nerdbank.GitVersioning.GitException: The commit 0000000 was not found in this repository.
Others:
  • #​613: Fix resolving HEAD reference if it's a packed ref
  • #​614: Switch tests from 7z to zip and enable test
  • #​125: Unstable test: Submodule_RecognizedWithCorrectVersion

This list of changes was auto generated.

v3.4.205

Changes:

Fixes:
  • #​587: v3.4 regressed version height calculation involving path filters
Others:
  • #​593: Add 3rdPartyNotices to package
  • #​606: Path filters: Recurse into directories if child entries may be included by filters

This list of changes was auto generated.

v3.4.203

Changes:

Fixes:
  • #​589: FileNotFoundException for System.Memory when using Visual Studio Build Tools 2017
Others:
  • #​600: Don't require a trailing \n character at the end of the alternates file
  • #​596: Improve alternate parsing
  • #​597: Don't load git packs if the .pack file is missing

This list of changes was auto generated.

v3.4.194

Changes:

Fixes:
  • #​578: Regression - 3.4.190 no longer works with submodule
  • #​580: Regression - 3.4.190 fails to parse version.json file
Others:
  • #​582: Fix discovery of git directories within submodules
  • #​581: Avoid writing garbage bytes to read blobs in managed git engine

This list of changes was auto generated.

v3.4.190

Changes:

Important: The 3.4 release replaces libgit2sharp with a managed git implementation for most operations, allowing use with all linux distros for which a .NET runtime exists. Learn more about this and switching back to the libgit2sharp implementation in our 3.4.142-alpha release notes.

Fixes:
  • #​573: Regression: projectDirectory cannot be an empty string
Enhancements:
  • #​567: Update to System.CommandLine v2
Others:
  • #​562: Require signed dependency packages
  • #​576: Bump y18n from 3.2.1 to 3.2.2 in /src/nerdbank-gitversioning.npm
  • #​575: Updated Cake.Core
  • #​574: Produce absolute path per api doc when reading version file
  • #​559: Auto-completions do not work

This list of changes was auto generated.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/nerdbank.gitversioning-3.x branch from 00b2f16 to 9f8388d Compare September 16, 2021 19:06
@renovate renovate bot changed the title Update dependency Nerdbank.GitVersioning to v3.4.231 Update dependency Nerdbank.GitVersioning to v3.5.34-alpha Sep 16, 2021
@renovate renovate bot changed the title Update dependency Nerdbank.GitVersioning to v3.5.34-alpha Update dependency Nerdbank.GitVersioning to v3.5.37-alpha Sep 23, 2021
@renovate renovate bot force-pushed the renovate/nerdbank.gitversioning-3.x branch from 9f8388d to d56ab54 Compare September 23, 2021 12:51
@renovate renovate bot force-pushed the renovate/nerdbank.gitversioning-3.x branch from d56ab54 to 401b43b Compare March 7, 2022 10:23
@renovate renovate bot changed the title Update dependency Nerdbank.GitVersioning to v3.5.37-alpha Update dependency Nerdbank.GitVersioning to v3.5.85-alpha Mar 7, 2022
@renovate renovate bot force-pushed the renovate/nerdbank.gitversioning-3.x branch from 401b43b to 728e50f Compare March 26, 2022 13:44
@renovate renovate bot changed the title Update dependency Nerdbank.GitVersioning to v3.5.85-alpha Update dependency Nerdbank.GitVersioning to v3.5.86-alpha Mar 26, 2022
@renovate renovate bot changed the title Update dependency Nerdbank.GitVersioning to v3.5.86-alpha Update dependency Nerdbank.GitVersioning to v3.5.104 May 16, 2022
@renovate renovate bot force-pushed the renovate/nerdbank.gitversioning-3.x branch from 728e50f to 6e9a4bb Compare May 16, 2022 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant